-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set the image pull policy on the container orchestration #15385
Set the image pull policy on the container orchestration #15385
Conversation
@gfeldman can you run |
Will do |
76fdfef
to
81a2619
Compare
I ran |
...-integration/java/io/airbyte/workers/process/AsyncOrchestratorPodProcessIntegrationTest.java
Outdated
Show resolved
Hide resolved
@@ -97,46 +98,51 @@ public static void init() throws Exception { | |||
|
|||
@Test | |||
public void test() throws InterruptedException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to this review but we should rename that, test
is not very meaningful
airbyte-workers/src/main/java/io/airbyte/workers/process/AsyncOrchestratorPodProcess.java
Outdated
Show resolved
Hide resolved
e043502
to
7338246
Compare
airbyte-workers/src/main/java/io/airbyte/workers/process/KubePodProcess.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good except for one nit.
… the main job image pull policy
d468d27
to
6a42f44
Compare
@marcosmarxm I think this is good to go |
* Set the image pull policy on the container orchestration container to the main job image pull policy * make sure pod have different names * fix naming * formatting * adding container info and moving fields into it * formatting * make image fake image on state manager test * logging a warning instead of a hard exception
Set the image pull policy on the container orchestration container to the main job image pull policy. Addresses issue
What
This sets the container orchestrator image pull policy to be consistent with the main job pull policy for those clusters that have restrictions on pull policy settings.
How
Set the image pull policy on the container orchestration container to the main job image pull policy.
Recommended reading order
Worker.java
- specificallyContainerOrchestratorConfig
AsyncOrchestratorPodProcess.java
🚨 User Impact 🚨
No user impact
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampledocs/integrations/README.md
airbyte-integrations/builds.md
Airbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereUpdating a connector
Community member or Airbyter
airbyte_secret
./gradlew :airbyte-integrations:connectors:<name>:integrationTest
.README.md
bootstrap.md
. See description and examplesdocs/integrations/<source or destination>/<name>.md
including changelog. See changelog exampleAirbyter
If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.
/test connector=connectors/<name>
command is passing/publish
command described hereConnector Generator
-scaffold
in their name) have been updated with the latest scaffold by running./gradlew :airbyte-integrations:connector-templates:generator:testScaffoldTemplates
then checking in your changesTests
Unit
Put your unit tests output here.
Integration
Put your integration tests output here.
Acceptance
Put your acceptance tests output here.